home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / PowerFantasm™ 4.19a / Beginners guide / Beginners Mac Assembly - ed.srd / Beginners Mac Assembly - ed.srd.rsrc / PICT_19.png < prev    next >
Portable Network Graphic  |  1996-08-28  |  103KB  |  816x1056  |  8-bit (256 colors)
OCR: We0Aoortinag000, then this itoouorGntveNher torigaorcbat 198ra5g 1Bage The offset is a 16 bit poom The poom is signed so the possible range offsets lie between -32767 and +32768 move.w 60000(a0),d5 *this is illegal as the displacement (60000 is too great. Address register indirect with index. Example: move.w 4(a0,d1.l),d0 Move the data pirM from address a0+ +d1+4 into op This is the same as the previous mode, but with the addition that another register can be added in as well Note that the displacement here must fit in a byte It must be greater than -127 and less than 128. move. l20(a0,a1),d0 Move the long data from a0+a1+20 into op And this is possibly the most complicated form of 00089 instruction: move. .1 10(a0,d0.l), 30(a1 .d1.l) This instruction shows how powerful the 68000 Move the ...